Customize styles in Web
Overview
You can customize your Web output styles to adjust to your corporate standard.
Bizagi provides two ways to customize the web output colors: a basic customization where the main colors can be changed, and the advanced CSS customization.
Basic customization
Once the Model has been published, access the folder where the output is located and find the key.json.js file.
Open the file with a text editor.
Change the useTheme value to true
, to enable the customization.
On the bottom of the file, you will find the list of styles that can be changed.
Change the style color of the header, the navigation bar, and the content panel.
Save the file to view the changes in your site.
The first option of each section is the background color. The second option is the border of the section. The third option (link) refers to the font color.
Advanced CSS customization
For advanced CSS users, a .css
file is available to customize the styles as you desire.
Once the Model has been published, access the folder where the output is located and find the key.json.js file.
Open the file with a text editor.
Change the useTheme value to true
, to enable the customization.
Open the .css
file located in libs/css/theme.css and perform the desired changes.